Version

VisibleFromScale Method

The minimum scale at which this series becomes visible.
Syntax
'Declaration
 
Public Function VisibleFromScale( _
   ByVal visibleFromScale As System.Double _
) As A
public A VisibleFromScale( 
   System.double visibleFromScale
)

Parameters

visibleFromScale
Remarks
The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub